home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00198_Script_198
< prev
next >
Wrap
Text File
|
1995-05-21
|
222b
|
13 lines
on mouseUp
global gTheDay, gCurrentPlayer
whatdayisit
if value(gCurrentPlayer) = 0 then
go frame "options1"
exit
else
optionsOff
updatestage
go frame gTheDay & "idle"
end if
end